ComponentOne ASP.NET MVC Controls
SingleOverlayIndicatorBase<T> Class
Members 

C1.Web.Mvc.Finance Namespace : SingleOverlayIndicatorBase<T> Class
Base class for overlay and indicator series that render a single series.
Object Model
SingleOverlayIndicatorBase<T> ClassSVGStyle ClassSVGStyle ClassSVGStyle Class
Syntax
'Declaration
 
Public MustInherit Class SingleOverlayIndicatorBase(Of T) 
   Inherits C1.Web.Mvc.ExtraSeries(Of T)
public abstract class SingleOverlayIndicatorBase<T> : C1.Web.Mvc.ExtraSeries<T> 
Type Parameters
T
Inheritance Hierarchy

System.Object
   C1.Web.Mvc.ChartSeriesBase<T>
      C1.Web.Mvc.ExtraSeries<T>
         C1.Web.Mvc.Finance.SingleOverlayIndicatorBase<T>
            C1.Web.Mvc.Finance.ATR<T>
            C1.Web.Mvc.Finance.CCI<T>
            C1.Web.Mvc.Finance.RSI<T>
            C1.Web.Mvc.Finance.WilliamsR<T>

See Also

Reference

SingleOverlayIndicatorBase<T> Members
C1.Web.Mvc.Finance Namespace